This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
ICM | |
CreateCMBitmapFromPicture(p as picture) as CMBitmap | |
CreateLabProfile as CMProfile | |
CreateLabProfile(x as double,y as double,z as double) as CMProfile | |
CreatesRGBProfile as CMProfile | |
CreateTransform(in as CMProfile,out as CMProfile) as CMTransform | |
CreateTransform(in as CMProfile,out as CMProfile, Mode as integer) as CMTransform | |
CreateXYZProfile as CMProfile | |
NewCMBitmap(width as integer,height as integer,colorspace as integer) as CMBitmap | |
OpenProfileFromFile(file as folderitem) as CMProfile | |
class CMBitmap | |
property Channels as integer | |
property ColorSpaceType as integer | |
property Data as Memoryblock | |
property Height as integer | |
method Invert | |
method Picture as Picture | |
property PixelSize as integer | |
property RowBytes as integer | |
property Width as integer | |
class CMProfile | |
property Description as string | |
property DeviceClass as integer | |
property File as folderitem | |
property Info as string | |
property Info as string | |
property name as string | |
property RenderingIntent as integer | |
class CMTransform | |
method Transform(bitmap as CMBitmap) | |
method Transform(in as CMBitmap,out as CMBitmap) | |
method TransformRGB(c as color) as color | |
class Folderitem | |
method OpenAsCMProfile as CMProfile |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.